Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UserCellGroup Class / UserCellGroup Constructor / UserCellGroup Constructor(Point[])
The list of cell coordinates to include in the group, each cell is identified by a System.Drawing.Point structure as follows:

In This Topic
    UserCellGroup Constructor(Point[])
    In This Topic
    Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of cell coordinates, in the group.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray cells() As Point _
    )
    public UserCellGroup( 
       params Point[] cells
    )

    Parameters

    cells
    The list of cell coordinates to include in the group, each cell is identified by a System.Drawing.Point structure as follows:
    See Also